There are two ways to insert a Stealth Area in your application:

1) Stealth Code Area: It will insert and run the protection code and Virtual Machine inside your 
                      own code section (mixed with your code)

2) Stealth Data Area: It will insert and run the protection code and Virtual Machine inside your 
                      global data variables (mixed with your data)

You should select one or another depending where you prefer the protection code being inserted. The common way is
to insert it inside the code section (Stealth Code Area) 